Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: button group (dropdown) spacing #7393

Closed
wants to merge 1 commit into from

Conversation

prakhar1535
Copy link
Contributor

No description provided.

@prakhar1535
Copy link
Contributor Author

#7386

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This pull request modifies the Button component in the Twenty front-end, adjusting the horizontal padding of buttons from 2 spacing units to 1.5 spacing units.

  • Reduced horizontal padding in Button.tsx from theme.spacing(2) to theme.spacing(1.5)
  • Change affects all button variants (primary, secondary, tertiary) and sizes (small, medium)
  • May impact button group layouts and overall UI consistency
  • Potential need to update related components like ButtonGroup for alignment
  • Consider reviewing usage in stories (e.g., ButtonGroup.stories.tsx, MainButton.stories.tsx) to ensure visual consistency

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link

github-actions bot commented Oct 2, 2024

Welcome!

Hello there, congrats on your first PR! We're excited to have you contributing to this project.
By submitting your Pull Request, you acknowledge that you agree with the terms of our Contributor License Agreement.

Generated by 🚫 dangerJS against e36080b

@ehconitin
Copy link
Contributor

Hi @prakhar1535,
I'm closing this PR since we don’t allow merges from the main branch of a forked repository. Please open a new PR from a feature branch instead.😊

@ehconitin ehconitin closed this Oct 2, 2024
@prakhar1535
Copy link
Contributor Author

sure @ehconitin will raise it from a feature branch

@prakhar1535
Copy link
Contributor Author

hey @ehconitin raised a new pr #7409 against the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants